internal/profile.profileMerger.locationsByID (field)
6 uses
internal/profile (current package)
merge.go#L40: pm.locationsByID = make(map[uint64]*Location, len(src.Location))
merge.go#L118: locationsByID map[uint64]*Location
merge.go#L212: if l, ok := pm.locationsByID[src.ID]; ok {
merge.go#L213: pm.locationsByID[src.ID] = l
merge.go#L232: pm.locationsByID[src.ID] = ll
merge.go#L235: pm.locationsByID[src.ID] = l
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)